home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / amedit.arc / PMLIB.DOC next >
Encoding:
Text File  |  1988-03-19  |  3.7 KB  |  100 lines

  1. PMLIB.EXE - PrintMaster Library Editor, version 1.1
  2. copyright 3/3/88  Wes Davis, 728 Creekview Dr., Lawrenceville, GA 30244
  3.  
  4. PMLIB provides the ability to combine and extract Printmaster graphic
  5. library files.  Within a library, icons can be deleted, renamed, and the
  6. order of the icons can be changed.  Output files are always in Printmaster
  7. format, but input files can be in either Printmaster or Printshop format.
  8.  
  9.  
  10. Syntax:
  11.  
  12. PMLIB [input file] [output file]
  13.  
  14. The input file and output file are optional.
  15.  
  16. If no input file is specified, PMLIB will request one.  After an input
  17. file name is specified, the program will enter the INPUT menu.
  18.  
  19. From the INPUT menu, the following keys are active.
  20.  
  21.     uparrow        back up one icon
  22.     downarrow    forward one icon
  23.     rightarrow    switch to the OUTPUT menu
  24.     S        Select, append the current icon to the
  25.                 output buffer
  26.     I        Insert, insert the current icon into the
  27.                 output buffer ahead of the icon
  28.                 currently displayed.
  29.     A        All, append all icons in the input file
  30.                 to the output buffer
  31.     O        Output, switch to editing the output buffer
  32.     F        File, specify a new input file
  33.  
  34.  
  35. From the OUTPUT menu, the follwoing keys are active.
  36.  
  37.     uparrow        back up one icon
  38.     downarrow    forward one icon
  39.     leftarrow    switch to the INPUT menu
  40.     D        Delete, delete the current icon
  41.     I        Insert, insert the current icon into the 
  42.                 output buffer ahead of the icon 
  43.                 currently displayed.
  44.     N        Name, rename the current icon
  45.     PgUp        Move the current icon one position closer
  46.                 to the top of the file, by exchanging
  47.                 it with the icon in that positon.
  48.                 The current icon position follows the
  49.                 moved icon.
  50.     PgDn        Move the current icon one position closer 
  51.                 to the end of the file, by exchanging
  52.                 it with the icon in that positon.
  53.                 The current icon position follows the
  54.                 moved icon.
  55.     W        Write the buffer to a file.  If an output
  56.                 filename has been specified, it will be
  57.                 used.  If not, one will be requested.
  58.     F        Filename, specify a new output filename
  59.  
  60.  
  61. The input file and the memory buffer have separate display windows.
  62. The icon is displayed in the window along with some information about
  63. the icon and the file.  The first information line is the icon name.
  64. The second line shows the icon number and the last icon number.  In the
  65. output file display the third number is the maximum number of icons
  66. that will fit in the buffer.  The third line is the file name.
  67.  
  68. No modifications are ever made to the input files.  After icons are
  69. transferred to the output buffer, they can be renamed, reordered or
  70. deleted.
  71.  
  72. Path names are supported on input files and output files, but only the
  73. filename portion is displayed.  Only the filename is used; if an
  74. extension is supplied, it will be converted as appropriate (to .SHP
  75. and .SDR).  If no Printmaster file is found, the appropriate extensions
  76. for Printshop (.DAT and .NAM) are be tried.
  77.  
  78. One annoying feature, if a file in a device root directory is
  79. specified, it must be preceded by the \ signifing root directory.  As
  80. an example, specify A:\FILE instead of A:FILE.
  81.  
  82.  
  83. Hardware: IBM or clone, 256k memory, CGA or EGA
  84.     Uses about 60k, not including icon buffer, so it will run with
  85.     less memory, but the smallest system I have access to has 256k.
  86.     On a 640k system with DOS and a modest TSR collection, there is
  87.     room in the icon buffer for about 700 icons.  Each icon requires
  88.     608 bytes.  I have run on several Epson Equity models, and IBMs.
  89.  
  90.  
  91. Notice:
  92.     Although PMLIB and its documentation is copyrighted, it may be
  93.     freely distributed as long as it is provided free of charge and
  94.     this documentation is included.
  95.  
  96.  
  97. Version        Changes
  98. 1.0    3/3/88    Initial release
  99. 1.1    3/8/88    Added support for Printshop input files, and Tandy 1000s
  100.